home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / mt / panel / scripts / DefineButton2_346 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-03-20  |  283 b   |  14 lines

  1. on(release){
  2.    call("controller/monitor:halt");
  3.    set("../main_form:recurrence",old_recurrence_string);
  4.    tellTarget("../main_form/recBtn")
  5.    {
  6.       gotoAndStop("show");
  7.    }
  8.    tellTarget("_level40/sound")
  9.    {
  10.       gotoAndStop("deny");
  11.    }
  12.    _visible = "0";
  13. }
  14.